/* LANDING PAGES UPDATES */
.topBannerSection__content__subtitle p {
    color: #959595;
}

.bb_landingPage .get-started {
    flex-basis: 45%;
    max-width: 100%;
    padding: 15px 5px;
}

.topBannerSection__content__subtitle {
    color: #959595;
    font-size: 18px;
    line-height: 29px;
}

.topBannerSection__media__picture.desktop {
    display: block;
}

.topBannerSection__media__picture.mobile {
    display: none;
}

.bb_landingPage.ecommerce .arrowedLink {
    max-width: 344px !important;
}

.bb_landingPage.ecommerce .text {
    padding: 0;
}

@media (max-width: 576px) {
    .bb_landingPage .topBannerSection__content {
        padding-inline: 12px;
    }

    .bb_landingPage.ecommerce .arrowedLink {
        max-width: 200px !important;
    }

    .bb_landingPage.ecommerce .anchor-component {
        padding-left: 50px;
    }

    .ecommerce-b .anchor-component {
        padding-left: 70px;
    }
}

@media (max-width:576px) {
    .bb_landingPage .topBannerSection__wrapper {
        height: 693px;
    }

    .bb_landingPage .anchor-component {
        left: -10px;
    }

    .topBannerSection__media__picture.desktop {
        display: none;
    }

    .topBannerSection__media__picture.mobile {
        display: block;
    }

    .bb_landingPage .get-started {
        width: 100%;
        margin-right: 0;
    }

    .bb_landingPage .arrowedLink {
        max-width: 336px !important;
    }
}

@media (min-width:576px) and (max-width:760px) {
    .bb_landingPage.hero-banner {
        display: flex;
        justify-content: center;
    }

    .bb_landingPage .anchor-component {
        left: -10px;
    }

    .topBannerSection__media__picture.desktop {
        display: none;
    }

    .topBannerSection__media__picture.mobile {
        display: block;
    }

}


/*clutch*/
@media screen and (min-width: 992px) {

    .bb_clutch-reviews.topBannerSection .topBannerSection__media__video,
    .bb_clutch-reviews.topBannerSection .topBannerSection__media__picture {
        width: 100%;
        max-width: 500px;
    }

}

@media screen and (max-width: 576px) {
    .bb_clutch-reviews .topBannerSection__media__video {
        height: 100% !important;
        margin-top: -25% !important;
    }

    .bb_clutch-reviews .topBannerSection__content {
        margin-top: 177px !important;
    }

    .topBannerSection.bb_clutch-reviews {
        height: 700px !important;
    }

    .bb_clutch-reviews .topBannerSection__wrapper {
        text-align: center;
    }

    .bb_clutch-reviews .get-started {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }
}

/*Logos*/
.bb_clutch-reviews .sponsorLogos__wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
}

.bb_landingPage_logos .sponsorLogos__wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
}

@media (max-width:1024px) {
    .bb_clutch-reviews .sponsorLogos__wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .bb_landingPage_logos .sponsorLogos__wrapper {
        grid-template-columns: repeat(3, 1fr);

    }

    .bb_landingPage_logos .logos,
    .bb_clutch-reviews .logos {
        width: 100%;
    }
}

/*3 Cards*/
.reviewsCard.benefitsCard {
    max-width: 424px;
    cursor: auto;
}

.reviewsCard.benefitsCard .title {
    color: var(--paragraph, #4A4A4A);
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
}

.reviewsCard.benefitsCard:hover .title {
    color: inherit;
}

.bb_landingPage_3Cards {
    margin-bottom: 70px;
}


/*4 Cards*/
.reviewsCard.benefitsCard {
    max-width: 312px;
    cursor: auto;
}

.reviewsCard.benefitsCard .title {
    color: var(--paragraph, #4A4A4A);
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
}

.reviewsCard.benefitsCard:hover .title {
    color: inherit;
}

.icons-line {
    gap: 45px;
}

@media (max-width:1399px) {
    .icons-line {
        display: none !important;
    }
}

@media (max-width:700px) {
    .reviewsCard.benefitsCard {
        max-width: 100%;
        width: 95%;
    }
}

/*Our Approach with Boxes V2*/
.ourApproachWithBoxes.V2 .servicesBannerGrid__subtitle p {
    color: black;
}

@media (min-width: 1400px) {
    .ourApproachWithBoxes.V2 .servicesBannerGrid__subtitle {
        max-width: 95%;
    }

}

@media (max-width: 1400px) {
    .servicesBannerGrid__item {
        background: var(--dark-soft);
    }

}

@media (max-width: 700px) {
    .servicesBannerGrid__subtitle {
        text-align: start;
    }
}


.ourApproachWithBoxes.V2 .boxes4 {
    grid-template-columns: repeat(4, 1fr);
}

.ourApproachWithBoxes.V2 .boxes3 {
    grid-template-columns: repeat(3, 1fr);
}

.ourApproachWithBoxes .ourApproachWithBoxes__item {
    padding: 38px 10px;

}

.ourApproachWithBoxes.V2 .servicesBannerGrid__title {
    max-width: 100%;
}

@media (max-width:1024px) {

    .ourApproachWithBoxes.V2 .boxes4,
    .ourApproachWithBoxes.V2 .boxes3 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:576px) {

    .ourApproachWithBoxes.V2 .boxes4,
    .ourApproachWithBoxes.V2 .boxes3 {
        grid-template-columns: repeat(1, 1fr)
    }
}


/*Company Banner V2*/
@media (max-width:760px) {
    .bb_landingPage_CompanyBannerV2 {
        margin-bottom: 70px;
        margin-top: 70px;
    }

}

@media (max-width:2000px) {
    .bb_clutch-reviews .graphics-wrapper {
        width: 100%;
        height: 100%;
    }

    .bb_clutch-reviews .companyBanner__section {
        padding-top: 35px;
        padding-bottom: 20px;
    }
}

.companyBanner__rte {
    color: #fffc;
}

/*Services Banner Grid*/
@media screen and (min-width: 1200px) {

    .bb_landingPage_services .servicesBannerGrid__list,
    .bb_clutch-reviews .servicesBannerGrid__list {
        grid-template-columns: repeat(4, 1fr);
    }

    .bb_clutch-reviews .servicesBannerGrid__title {
        max-width: 810px;

    }

    .bb_clutch-reviews .servicesBannerGrid__subtitle {
        max-width: 915px;

    }

}

@media screen and (max-width: 700px) {
    .bb_clutch-reviews .servicesBannerGrid__list {
        margin-top: 0;
    }
}

.bb_clutch-reviews .servicesBannerGrid__item {
    pointer-events: none;
    cursor: default;
}

/*Title Logos Grid V2*/
.titleLogosGrid__logosGrid_v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 18px;
    align-items: center;
}

.titleLogosGrid__logosGrid_v2 .company1 {
    height: 41px;
}

.titleLogosGrid__logosGrid_v2 img {
    max-width: 137px;
    width: 100%;
}

/*Related Work - With Articles*/
.relatedWork__card.withArticles {
    width: 550px !important;
}

.relatedWork__card.withArticles .relatedWork__overlay:hover {
    cursor: url(/media/next-prev-btns-tinified-1-3cd14183.png) 32 32, auto;
}


.bb_clutch-reviews .relatedWork__card {
    width: 360px !important;

}


.relatedWork.withArticles.ecommerce .relatedWork__card {
    width: 100% !important;
    max-width: 660px;
}

.relatedWork.withArticles.ecommerce strong {
    color: var(--purple);
}

.relatedWork.withArticles.ecommerce li,
.relatedWork.withArticles.ecommerce li::marker {
    color: #4A4A4A;
}

.relatedWork.withArticles.ecommerce .swiperRelatedWork {
    padding-bottom: 0;
}

@media (max-width:1500px) {
    .relatedWork.withArticles.ecommerce .relatedWork__card {
        width: 100% !important;
        max-width: 450px;
    }
}

@media (max-width:1200px) {
    .swiper-wrapper {
        justify-content: start !important;
    }
}

/*Testimonials*/
.testimonials-container .arrowedLink {
    width: 168px;
}

.clutch-reviews-image {
    margin-top: -90px;
    margin-bottom: 50px;
}

.reviewsCard.testimonialsCard {
    max-width: 424px;
    cursor: auto;
    /*padding: 48px 28px 53px;*/
}

@media (max-width:1200px) {
    .reviewsCard.testimonialsCard {
        max-width: 424px;
        cursor: auto;
        padding: 48px 28px 53px;
        margin-right: 30px;
    }
}

.reviewsCard.testimonialsCard .testimonial-picture img {
    width: 75px;
    height: 75px;
    border-radius: 16px;
}

.reviewsCard.testimonialsCard .testimonial-paragraph {
    height: 200px;
}

.reviewsCard.testimonialsCard .testimonial-name {
    font-size: 15px;
}

.reviewsCard.testimonialsCard .testimonial-company {
    font-size: 12px;
}

.reviewsCard.testimonialsCard .testimonial-rol {
    font-size: 12px;
    color: var(--Main-grape, #560BF5);
    background: #E8E0F8;
    border-radius: 5px;
    padding: 6px 4px;
    font-weight: 500;

}

.reviewsCard.benefitsCard:hover .title {
    color: inherit;
}

/*Our Approach with Boxes*/
.bb_landingPage_boxes .ourApproachWithBoxes__list {
    grid-template-columns: repeat(4, 1fr);
}


.bb_landingPage_boxes .get-started {
    max-width: 54%;
    padding: 15px 0;
}

.bb_landingPage_boxes .ourApproachWithBoxes__header {
    margin-left: 40px;
}

.ourApproachWithBoxes__item-content {
    height: auto;
}

@media (max-width:576px) {
    .bb_landingPage_boxes {
        margin-top: 70px;
        /*margin-bottom: 0*/
    }

    .bb_landingPage_boxes .ourApproachWithBoxes__item-content {
        height: auto;
    }

    .bb_landingPage_boxes .ourApproachWithBoxes__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .bb_landingPage_boxes .get-started {
        max-width: 100%;
    }

    .bb_landingPage_boxes .ourApproachWithBoxes__header {
        margin-left: 0px;
    }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .bb_landingPage_boxes .get-started {
        max-width: 90%;
    }

    .bb_landingPage_boxes .ourApproachWithBoxes__header {
        margin-left: 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .bb_landingPage_boxes .get-started {
        max-width: 80%;
    }

    .bb_landingPage_boxes .ourApproachWithBoxes__header {
        margin-left: 0px;
    }

}

/*Before / After*/
.bb_landingPage_beforeAfter .ourApproachWithBoxes__suptitle.landing {
    color: var(--paragraph, #4A4A4A);
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1.44px;
}

.bb_landingPage_beforeAfter .ourApproachWithBoxes__header {
    justify-content: center;
}

.bb_landingPage_beforeAfter .ourApproachWithBoxes__header.content {
    margin-inline-start: 30px;
}



@media (max-width:768px) {
    .bb_landingPage_beforeAfter .ourApproachWithBoxes__header {
        margin-bottom: 30px;
    }

    .bb_landingPage_beforeAfter .ourApproachWithBoxes__header .ourApproachWithBoxes__header_title {
        align-self: start;
    }

    .bb_landingPage_beforeAfter .ourApproachWithBoxes__header.content {
        margin-inline-start: 0px;
    }

    .bb_landingPage_beforeAfter {
        margin-bottom: 70px;
        margin-top: 70px;
    }
}

/*Bottom Banner*/
.bb_landingPage_bottomBanner .bottomBanner__button-link {
    padding: 13px;
}

.bb_landingPage_bottomBanner .arrowedLink {
    max-width: 179px;
}

.bb_landingPage_bottomBanner .bottomBanner__button {
    width: 385px;
    margin-top: 0;
    margin-bottom: 0px;
}

@media (max-width:760px) {
    .bb_landingPage_bottomBanner .bottomBanner__button {
        width: 215px;
        margin-top: 0;
        margin-bottom: 0px;
    }
}

@media (max-width:425px) {
    .bb_landingPage_bottomBanner .bottomBanner__button {
        width: 300px;
    }

    .bb_landingPage_bottomBanner .arrowedLink {
        max-width: 179px;
    }
}

/*ecommerce forms*/
/* Custom Select Wrapper */
.select-wrapper {
    position: relative;
}

/* Hide native select */
.custom-select select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
}

.custom-select .custom-display {
    cursor: pointer;
    position: relative;
    color: #212529bf;
    background: #F3F3F3;
}

.custom-select .custom-options {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: none;
    z-index: 99;
}

.custom-select.open .custom-options {
    display: block;
}

/* Option items */
.custom-select .custom-options li {
    padding: 10px;
    cursor: pointer;
}

.custom-select .custom-options li:hover {
    background: #f0f0f0;
}

/* Chevron icon */
.select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.2s ease;
    pointer-events: none;
    color: #666;
}

.custom-select.open .select-icon {
    transform: translateY(-50%) rotate(180deg);
}

.select-wrapper.has-value .custom-display {
    color: #212529;
}

#BBLandingFormEcommerceChecklist {
    border-radius: 10px;
    background: #F3F3F3;
    padding: 32px;
}

#BBLandingFormEcommerceChecklist input:not([type="checkbox"]):not([type="radio"]) {
    background-color: #F3F3F3;
}

.bb_landingPage_contactForm .relatedWork__button-link {
    background: #fff;
}

.form-options-wrapper {
    display: flex;
    gap: 48px;
}

@media (max-width:760px) {
    .bb_landingPage_contactForm {
        margin-bottom: 70px;
        margin-top: 70px;
    }

    .form-options-wrapper {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
}

@media (max-width:560px) {
    .relatedWork__button-link {
        max-width: 100%;
    }

}

.bb_landingPage_contactForm .ourApproachWithBoxes__header {
    margin-left: 40px;

}

@media (max-width: 1400px) {
    .bb_landingPage_contactForm .ourApproachWithBoxes__header {
        margin-left: 0px;
    }
}

.relatedWork__button-link {
    background: transparent;
}


.banner {
    position: relative;
    width: 100%;
    min-height: 160px;
    border-radius: 10px;
    overflow: hidden;
    background: url('/media/bg-banner-form.png') right top / cover no-repeat;
}

.banner__overlay {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.banner__content {
    color: #fff;
    max-width: 700px;
}

.banner__suptitle {
    font-size: 12px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    line-height: 100%;
}

.banner__title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.64;
}

.banner__subtitle {

    font-size: 15px;
    line-height: 29px;
}


@media (max-width: 768px) {
    .banner__overlay {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        background: rgba(0, 0, 0, 0.5);
    }
}

.SinglTestimonial .reviewsCard.testimonialsCard {
    background: #EFEFEF;
}

.SinglTestimonial .reviewsCard.testimonialsCard:hover {
    background: #EFEFEF;
}

.SinglTestimonial .reviewsCard.testimonialsCard .testimonial-rol {
    font-size: 12px;
    color: var(--Main-grape, #560BF5);
    background: #E8E0F8;
    border-radius: 5px;
    padding: 6px 7px;
    font-weight: 400;

}

.SinglTestimonial .reviewsCard.testimonialsCard .testimonial-picture img {
    width: 75px;
    height: 75px;
    border-radius: 16px;
}

.SinglTestimonial .reviewsCard.testimonialsCard .testimonial-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.SinglTestimonial .reviewsCard.testimonialsCard .testimonial-company {
    font-size: 12px;
}

.SinglTestimonial .reviewsCard.testimonialsCard .testimonial-paragraph {
    font-size: 23px;
}

@media (max-width:700px) {
    .SinglTestimonial .reviewsCard.testimonialsCard .testimonial-paragraph {
        font-size: 18px;
    }
}


/*case studies*/
.ecommerce .relatedWork__card {
    width: auto !important;
}


@media (max-width:576px) {

    .bottomBanner__button,
    .ecommerce-form .get-started {
        width: 100%;
    }

}

/* Custom Select Wrapper */
.select-wrapper {
    position: relative;
}

/* Hide native select */
.custom-select select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
}

.custom-select .custom-display {
    cursor: pointer;
    position: relative;
    color: #212529bf;
    background: #F3F3F3;
}

.custom-select .custom-options {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: none;
    z-index: 99;
}

.custom-select.open .custom-options {
    display: block;
}

/* Option items */
.custom-select .custom-options li {
    padding: 10px;
    cursor: pointer;
}

.custom-select .custom-options li:hover {
    background: #f0f0f0;
}

/* Chevron icon */
.select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.2s ease;
    pointer-events: none;
    color: #666;
}

.custom-select.open .select-icon {
    transform: translateY(-50%) rotate(180deg);
}

.select-wrapper.has-value .custom-display {
    color: #212529;
}

#BBLandingFormEcommerceChecklist {
    border-radius: 10px;
    background: #F3F3F3;
    padding: 32px;
}

#BBLandingFormEcommerceChecklist input:not([type="checkbox"]):not([type="radio"]) {
    background-color: #F3F3F3;
}

.bb_landingPage_contactForm .relatedWork__button-link {
    background: #fff;
}

.form-options-wrapper {
    display: flex;
    gap: 48px;
}

@media (max-width:760px) {
    .bb_landingPage_contactForm {
        margin-bottom: 70px;
        margin-top: 70px;
    }

    .form-options-wrapper {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
}

@media (max-width:560px) {
    .relatedWork__button-link {
        max-width: 100%;
    }

}

.bb_landingPage_contactForm .ourApproachWithBoxes__header {
    margin-left: 40px;

}

@media (max-width: 1400px) {
    .bb_landingPage_contactForm .ourApproachWithBoxes__header {
        margin-left: 0px;
    }
}

.relatedWork__button-link {
    background: transparent;
}


.contentLeftRight__image {
    max-height: 544px;
}

.ecommerce.hero-banner .get-started {
    max-width: 200px;
}

@media (max-width:576px) {
    .ecommerce.hero-banner .get-started {
        max-width: 100%;
    }
}

@media(max-width:486px) {
    .relatedWork.withArticles.ecommerce .relatedWork__card {
        max-width: 352px
    }
}




/*.ai-concierge.bb_landingPage .arrowedLink {*/
/*    max-width: 192px !important;*/
/*}*/

.bb_landingPage.ecommerce-b .get-started,
.ai-concierge.bb_landingPage .get-started{
    max-width: 207px;
}

@media (max-width: 576px) {
    .bb_landingPage.ecommerce-b .arrowedLink,
    .bb_landingPage.ai-concierge .arrowedLink
    {
        max-width: 100% !important;
    }
    .bb_landingPage.ai-concierge .anchor-component
    {
        padding-left: 63px;
    }
    .bb_landingPage.ecommerce-b .topBannerSection__media__picture.mobile {
        height: 100%;
    }

    .bb_landingPage .topBannerSection__content {
        padding-bottom: 0;
    }
    

    .ecommerce-b .topBannerSection__media__picture.mobile {
        height: 100%;
        max-height: 275px;
    }
}

@media screen and (min-width: 992px) {

    .ai-concierge .topBannerSection__media__picture {
        max-width: 1180px;
    }
}

@media screen and (min-width: 1400px) {

    .ecommerce-b .topBannerSection__media__video,
    .topBannerSection__media__picture {
        max-width: 690px;
    }
}

@media screen and (min-width: 1920px) {

    .ecommerce-b .topBannerSection__media__video,
    .topBannerSection__media__picture {
        max-width: 834px;
    }

    .container-ecommerce {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}


.testimonials-container .progress-bar-wrapper{
    height: 15px;
}
.testimonials-container .swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: auto !important;
}
.reviewsCard.testimonialsCard .testimonial-name{
    line-height: 21px;
}
    .testimonials .reviewsCard{
        height: 555px;
    }
    
    
  .reviewsCard.testimonialsCard .testimonial-paragraph{
        height: 250px;
    }
    /*.testimonials-card-wrapper{*/
    /*    gap: 5rem;*/
    /*}*/
    
    /*@media (max-width: 1460px){*/
    /*    .testimonials-card-wrapper{*/
    /*    gap: 1rem;*/
    /*}*/
    /*}*/
    /*@media (min-width: 2000px){*/
    /*    .testimonials-card-wrapper{*/
    /*        gap: 14rem;*/
    /*    }*/
    /*}*/
    
.ai-concierge .titleLogosGrid__logosGrid_v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: center;
    justify-items: center;
}
@media screen and (min-width: 1600px) {
    .form-ai-concierge-container {
        padding-left: 97px;
    }
}
@media screen and (max-width: 586px) {
    .ai-concierge .titleLogosGrid__logosGrid_v2 {
        grid-template-columns: auto;
    }
}

.ai-concierge .titleLogosGrid__logosGrid_v2 img{
    width: 98px;
    height: auto;
}

.ai-concierge .titleLogosGrid__logosGrid_v2 > :nth-child(9) {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
}


.ai-concierge .titleLogosGrid__logosGrid_v2 > :nth-child(10) {
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
}

   .form-ai-concierge-text-content {
        order: 1;
    }

    .form-ai-concierge-image-checklist {
        order: 2;
    }

    @media (max-width:1024px) {
        .form-ai-concierge-text-content {
            order: 2;
        }

        .form-ai-concierge-image-checklist {
            order: 1;
        }
    }
      @media (max-width:586px) {
        .form-ai-concierge-image-checklist {
            padding-top: 20px;
            padding-bottom: 30px;
        }
    }

    .form-ai-concierge-wrapper {
        position: relative;
        /*width: 90%;*/
        /*max-width: 1550px;*/
        margin-inline: auto;
        border-radius: 24px;
        overflow: hidden;
        display: flex;
        align-items: center;
        background-image: url('/media/texture.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 4rem 2rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        color: #ffffff;
        /* primary-color */
    }
    
     @media (max-width:586px) {
        .form-ai-concierge-wrapper {
            width: 90%;
        }
    }

    /* Overlay */
    /*.form-ai-concierge-wrapper::before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    background: rgba(0, 0, 0, 0.7);*/
    /*    z-index: 1;*/
    /*}*/

    .form-ai-concierge-container {
        position: relative;
        z-index: 2;
    }

    .form-ai-concierge-sub-heading {
        color: var(--orange-dark);
        /* accent-color */
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1.28px;
        display: block;
    }

    .form-ai-concierge-title {
        font-weight: 600;
        font-size: 34px;
        margin-bottom: 16px;
        line-height: 50px;
        color: #ffffff;
    }

    .form-ai-concierge-description p {
        color: #cccccc;
        font-size: 18px;
        margin-bottom: 32px;
        max-width: 600px;
    }

    /* Custom Form Styles */
    .form-ai-concierge-form-control {
        background-color: #1a1a1a;
        /* input-bg */
        border: 1px solid #333333;
        /* input-border */
        color: #fff;
        padding: 0.8rem 1rem;
        border-radius: 8px;
    }

    .form-ai-concierge-form-control:focus {
        background-color: #1a1a1a;
        /* input-bg */
        border-color: #fff;
        /* accent-color */
        color: #fff;
        box-shadow: none;
    }

    .form-ai-concierge-form-control::placeholder {
        color: #fff;
    }

    .form-ai-concierge-btn {
        background-color: #fff;
        color: #670CDB;
        /* btn-text-color */
        font-weight: 600;
        font-size: 14px;
        padding: 0.8rem 2rem;
        border-radius: 8px;
        border: none;
        transition: all 0.3s ease;
        text-transform: capitalize;
    }

    .form-ai-concierge-btn:hover {
        background-color: #fff;
        color: #670CDB;
    }

    /* Image styling */
    .form-ai-concierge-image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .form-ai-concierge-image {
        max-width: 350px;
        width: 100%;
        height: auto;
        border-radius: 12px;
    }


    @media (max-width: 576px) {
        .form-ai-concierge-image {
            max-width: 91px;

        }

        .form-ai-concierge-wrapper {
            padding: 1rem .5rem;
        }
        .bb_landingPage.ecommerce-b .topBannerSection__wrapper,
        .bb_landingPage.ai-concierge .topBannerSection__wrapper{
            height: 847px;
        }
        .bb_landingPage.ecommerce-b .topBannerSection__content,
        .bb_landingPage.ai-concierge .topBannerSection__content{
            height: 844px;
             
         }
    }
    
      @media (max-width:820px) {
        .form-ai-concierge-image {
            max-width: 130px;
        }
    }
    
    .whyBackboneBannerWithBG__text .whyBackboneBannerWithBG__suptitle.co-purple{
        color: var(--purple);
    }
    
    
    .ai-concierge .whyChooseUs__slide-title{
       width: 329px !important;
   } 
    .ai-concierge .whyChooseUs__slide{
        width: 415px !important;
    }
    .whyBackboneBannerWithBG__text .whyBackboneBannerWithBG__suptitle.co-purple{
        color: var(--purple);
    }
    
    
    .ai-concierge .whyChooseUs__slide-title{
       width: 329px !important;
   } 
    .ai-concierge .whyChooseUs__slide{
        width: 415px !important;
    }
    
  
  @media (max-width:586px){

    .bb_landingPage.ai-concierge .topBannerSection__media{
        padding-top:90px;
    }

    .bb_landingPage.ai-concierge .topBannerSection__media__picture{
       height: auto; 
    }
    
     .bb_landingPage.ai-concierge .topBannerSection__media{
        background-image: url("/media/Ellipse-ai-concierge.webp");
        background-repeat: no-repeat;
        background-size: 250px;
        background-position-x: 250px;
        background-position-y: -150px;

    }
}
@media (min-width: 1440px) {
    .ai-concierge .topBannerSection__content {
        background-image: url(/media/Ellipse-ai-concierge.webp);
        background-size: 650px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: -350px
    }
}


    .kpiCards__container {
        max-width: 1576px;
    }

    .kpiCards__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
    }

    .kpiCards__card {
        box-sizing: border-box;
        border: 1px solid #d4d4d4;
        border-radius: 12px;
        padding: 18px;
        overflow: hidden;
    }

    .kpiCards__card--small {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 230px;
    }

    .kpiCards__card--top-3 .kpiCards__icon-wrap {
        margin-bottom: 18px;
    }

    .kpiCards__card--bottom-1,
    .kpiCards__card--bottom-2 {
        min-height: 205px;
    }

    .kpiCards__card--bottom-1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
    }

    .kpiCards__icon-wrap {
        height: 126px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .kpiCards__icon-image {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        object-position: center;
    }

    .kpiCards__card--top-1 .kpiCards__icon-image,
    .kpiCards__card--top-2 .kpiCards__icon-image {
        width: 100%;
        height: 100%;
    }

    .kpiCards__card--top-3 .kpiCards__icon-image {
        width: 100%;
        height: 84%;
    }

    .kpiCards__metric-row {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-top: auto;
        padding-left: 14px;
    }

    .kpiCards__metric-value {
        font-family: var(--font-primary);
        font-size: 48px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.02em;
        min-width: 112px;
    }

    .kpiCards__metric-value--orange {
        color: #ff5a00;
    }

    .kpiCards__metric-value--purple {
        color: #4f1dff;
    }

    .kpiCards__title {
        margin: 0;
        color: #181818;
        font-family: var(--font-primary);
        font-size: 26px;
        font-weight: 600;
        line-height: 1.15;
    }

    .kpiCards__swirl-image {
        width: 100%;
        height: 146px;
        object-fit: contain;
        object-position: left top;
        display: block;
    }

    .kpiCards__swirl-copy {
        padding: 0 22px 18px 22px;
    }

    .kpiCards__weeks-wrap {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
        gap: 14px;
        height: 100%;
        padding: 4px 8px 0 8px;
    }

    .kpiCards__weeks-copy {
        align-self: end;
        padding-bottom: 6px;
    }

    .kpiCards__weeks-value {
        color: #00d5be;
        font-family: var(--font-primary);
        font-size: 29px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 12px;
    }

    .kpiCards__circle-image {
        width: 132px;
        height: 132px;
        object-fit: contain;
        position: absolute;
        top: 2px;
        right: 4px;
    }
    .kpiCards__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 138px;
        height: 34px;
        padding: 0 18px;
        border-radius: 7px;
        border: 1px solid #4d24d9;
        background: linear-gradient(90deg, #5d1fff, #3f19de);
        color: #ffffff;
        font-family: var(--font-primary);
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 2px 0 rgba(39, 15, 125, 0.25);
        transition: transform 0.2s linear;
    }

    .kpiCards__button:hover {
        transform: translateY(-1px);
        color: #ffffff;
    }

    @media (min-width: 768px) {
        .kpiCards__grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
        }

        .kpiCards__card--small {
            min-height: 248px;
        }

        .kpiCards__icon-wrap {
            height: 136px;
        }

        .kpiCards__metric-value {
            min-width: fit-content;
        }

        .kpiCards__card--bottom-1,
        .kpiCards__card--bottom-2 {
            min-height: 220px;
        }

        .kpiCards__swirl-image {
            height: 154px;
        }

        .kpiCards__circle-image {
            width: 132px;
            height: 132px;
            top: 10px;
            right: 8px;
        }
    }

    @media (min-width: 992px) {
        .kpiCards__grid {
            grid-template-columns: repeat(12, minmax(0, 1fr));
            width: 100%;
            gap: 14px;
        }

        .kpiCards__card {
            padding: 18px;
        }

        .kpiCards__card--top-1,
        .kpiCards__card--top-2,
        .kpiCards__card--top-3 {
            grid-column: span 4;
        }

        .kpiCards__card--small {
            min-height: clamp(270px, 20vw, 360px);
        }

        .kpiCards__card--bottom-1,
        .kpiCards__card--bottom-2 {
            grid-column: span 6;
            min-height: clamp(210px, 16vw, 300px);
        }

        .kpiCards__card--bottom-1 {
            padding: 0;
        }

        .kpiCards__card--bottom-2 {
            padding: 14px 18px;
        }

        .kpiCards__icon-wrap {
            height: 240px;
        }

        .kpiCards__weeks-wrap {
            padding-right: clamp(150px, 11vw, 190px);
        }

        .kpiCards__swirl-image {
            height: clamp(150px, 10vw, 190px);
        }

        .kpiCards__circle-image {
            /*width: 450px;*/
            width: fit-content;
            height: 180px;
            top: 12px;
            right: 12px;
        }
    }

    @media (max-width: 991px) {
        .kpiCards__metric-value,
        .kpiCards__weeks-value {
            min-width: 98px;
        }

        .kpiCards__swirl-image {
            height: 138px;
        }
    }
  
   .cImplementationSteps{
    background: url(/media/background-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
    .cImplementationSteps__container {
        width: 100%;
        max-width: 1576px;
    }

    .cImplementationSteps__surface {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        padding: 98px 0;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .cImplementationSteps__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .cImplementationSteps__intro{
        align-self: start;
        max-width: 495px;
    }
    .cImplementationSteps__eyebrow {
        text-transform: uppercase;
        letter-spacing: 1.28px;
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;

    }

    .cImplementationSteps__title {
        margin: 0;
        font-family: var(--font-primary);
        font-size: 36px;
    }

    .cImplementationSteps__description p {
        margin: 34px 0 0;
        font-family: var(--font-primary);
        font-size: 18px;
        line-height: 29px;
        font-weight: 400;
        color: var(--white);
    }

    .cImplementationSteps__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 20px;
        position: relative;
    }

    .cImplementationSteps__list::before {
        content: "";
        position: absolute;
        left: 33px;
        top: 24px;
        bottom: 24px;
        width: 1px;
        background: repeating-linear-gradient(to bottom, rgba(255, 106, 0, 0.95) 0 4px, transparent 4px 8px);
        z-index: 0;
    }

    .cImplementationSteps__item {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        align-items: center;
        height: 87px;
        min-height: 87px;
        border-radius: 12px;
        border: 1px solid #333333;
        background: #131313;
        padding: 12px 18px 12px 16px;
    }

    .cImplementationSteps__number {
        font-family: var(--font-primary);
        font-size: 32px;
        line-height: 1;
        font-weight: 600;
    }

    .cImplementationSteps__label {
        margin: 0;
        font-family: var(--font-primary);
        font-size: 20px;
        line-height: 1.3;
    }

    @media (min-width: 992px) {
        /*.cImplementationSteps__surface {*/
        /*    padding: 98px 0;*/
        /*}*/

        .cImplementationSteps__grid {
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 56px;
            align-items: center;
        }

        .cImplementationSteps__item {
            height: 87px;
            min-height: 87px;
            grid-template-columns: 64px minmax(0, 1fr);
            padding: 14px 22px 14px 18px;
        }
    } 
.topBannerSection__content__Subtitle p{
    font-size: 18px;
    color: var(--white);
    line-height: 28px;
    letter-spacing: .54px;
}

.header--bottom.isSticky{
    width: 294px;
    right: 12.7vw;
    position: absolute;
    background: var(--dark);
    overflow: hidden;
    border-radius: 18px;
    transition: width .35s cubic-bezier(0.4, 0, 0.2, 1);
}


#navbarContent{
    overflow: hidden;
}
.header--bottom.isSticky:hover {
    width: 830px;
}
.header--bottom.isSticky.isLanding{
    width: 222px;
    transition: none;
}
.header--bottom.isSticky.isLanding:hover{
    width: 222px;
}
.header--bottom.isSticky .get-started{
    width: 185px;
}
.header--bottom.isSticky.isLanding .get-started{
    margin-right: 0;
    width: 198px;
}


.is-hidden {
    display: none !important;
}
.header--bottom.isSticky .nav-bar .nav-item:nth-last-child(2) {
    margin-right: 0;
}
@media (max-width:560px){
    .header--bottom.isSticky,
    .header.isFixed,
    .header--bottom.isSticky
    {
        display: none !important;
    }
}
